Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jodit-pro

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit-pro

PRO Version of Jodit Editor

  • 1.3.40
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Jodit Editor Pro Version

PRO Jodit editor version with auto-loading of language files and more plugins.

Comparison Jodit vs Jodit PRO vs Jodit OEM

TablesJoditJodit PROJodit OEM
NPM packageyesyesyes
Open sourceyeslimitlimit
Supportnolimityes
Pluginsout-of-the-boxout-of-the-box + 9out-of-the-box + 9
FileBrowserout-of-the-boxJodit Finder*Jodit Finder*
ColorPickerlimityesyes
UseFree1 hostAny host
LicenseMITCommerceCommerce
TrialNoYesYes
DemoDemoDemoDemo
PriceFree100$400$
-BuyBuy

Extra plugins

NameJoditJodit PROJodit OEM
Custom Color PickerLimitedyesyes
Backup Pluginnoyesyes
Emojinoyesyes
AutoCompletenoyesyes
Show Blocksnoyesyes
Tune Blocknoyesyes
Google Searchnoyesyes
Change casenoyesyes
Paste codenoyesyes

You can buy it here

Install

Via npm

npm i jodit-pro

Via yarn

yarn add jodit-pro
<link rel="stylesheet" href="./node_modules/jodit-pro/build/jodit.css" />
<script src="./node_modules/jodit-pro/build/jodit.js"></script>
<textarea id="editor" cols="30" rows="10"></textarea>
<script>
	const jodit = new Jodit('#editor', {
		width: 1000
	});
</script>
  • Jodit Finder in progress

Keywords

FAQs

Package last updated on 25 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc